unity mouse lock

87

unity mouse lock -


#if UNITY_EDITOR
    if(Input.GetKeyDown(KeyCode.E))
#else
    if(Input.GetKeyDown(KeyCode.Escape))
#endif
    {
        ...


Comments

Submit
0 Comments